home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / RevRdist Folder / RevRdist / headers / volops.h < prev   
Encoding:
Text File  |  1992-02-21  |  530 b   |  16 lines  |  [TEXT/KAHL]

  1. /*
  2.  * interface for volops.c
  3.  */
  4. OSErr            accessMaster (StringPtr, AFPVolMountInfo *);
  5. OSErr            findWvol (StringPtr vn, int flags, Integer *volp);
  6. OSErr            remount_vols (void);
  7. OSErr            unmount (Integer vol);
  8. OSErr            unmount_mounted (Integer vol);
  9. /*
  10.  * Bits in flags on call to findWvol
  11.  */
  12. #define    FF_WRITE    0x0001        /* volume must be writeable */
  13. #define    FF_NOSONY    0x0002        /* volume cannot be floppy */
  14. #define    FF_NOXFS    0x0004        /* volume cannot be external file system */
  15. #define    FF_NOASHARE    0x0008        /* volume cannot be appletalk */
  16.